Checks to see if a device interface for a graphics component is supported by the system.
            
            
            
            
            
            
            
            '宣言
 
Public Overloads Function IsInterfaceSupported(Of  As ComObject)( _
   ByRef  As System.Long _
) As System.Boolean
             
        
            
            public System.bool IsInterfaceSupported<>( 
   out System.long 
)
where T: ComObject
             
        
             
        
            パラメータ
- userModeVersion
 
- The user mode driver version of InterfaceName. This is only returned if the interface is supported.
 
            型パラメータ
- T
 
- the interface of the device version for which support is being checked.
 
            戻り値の型
trueif the interface is supported; otherwise, false.